home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 4 / Hot Mix 4.iso / bin / play < prev    next >
Text File  |  1993-04-28  |  97b  |  9 lines

  1. #!/bin/csh -f
  2.  
  3. set TEST=`ps -ale | grep play_a`
  4. if ( ! $#TEST ) then
  5.  
  6.     /usr/tmp/play_a $*
  7. endif
  8.  
  9.